Fix the mamagement of UnImplemented objects in the pttree tool.
Patch backorted from upstream:
https://github.com/PyTables/PyTables/commit/5280b856189a05ceee8f034d8781d052fb5dbe5a Closes: #941954.
Gbp-Pq: Name 0006-Fix-pttree.patch
The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)
Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script
* Add lintian-overrides for maintainer-manual-page.
Manual pages already forwarded upstream.
* Add lintian-overrides for breakout-link.
* Update mismatching lintian overrides.
* Add Forwarded field to all patches.
* Standards-Version bumped to 4.5.1, no change needed.
* Update watch file format version to 4.
* debian/patches:
- new 0008-Fix-the-interpreter-name-in-examples.patch
* Add .gitlab-ci.yml.